From: Glenn Morris Date: Wed, 13 Jun 2012 02:32:49 +0000 (-0400) Subject: * src/s/gnu.h (POSIX_SIGNALS): Remove (again). X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~2326^2~2130^2~27 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1d3823c985843c4ace99dfeab1e6e0e9fd76e7d2;p=emacs.git * src/s/gnu.h (POSIX_SIGNALS): Remove (again). This was added in 2012-01 in response to http://debbugs.gnu.org/10552 . However, this issue had already been fixed in the trunk two years earlier, by removing POSIX_SIGNALS altogether. Ref: http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00002.html --- diff --git a/src/ChangeLog b/src/ChangeLog index 8a32572907d..11bb23d7f16 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2012-06-13 Glenn Morris + + * s/gnu.h (POSIX_SIGNALS): Remove (not used since 2010-05-04). + 2012-06-13 Paul Eggert USE_LISP_UNION_TYPE + USE_LSB_TAG cleanup (Bug#11604) diff --git a/src/s/gnu.h b/src/s/gnu.h index 089890a12b5..c2bcf7fd9ab 100644 --- a/src/s/gnu.h +++ b/src/s/gnu.h @@ -38,5 +38,3 @@ along with GNU Emacs. If not, see . */ ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base) #endif /* !_IO_STDIO_H */ #endif /* emacs */ - -#define POSIX_SIGNALS 1